ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...Implicit Conversion OperatorsRfsgFrequencyReferenceSource Implicit Conversion (String to RfsgFrequencyReferenceSource)Current page
Table of Contents

RfsgFrequencyReferenceSource Implicit Conversion (String to RfsgFrequencyReferenceSource)

RfsgFrequencyReferenceSource Implicit Conversion (String to RfsgFrequencyReferenceSource)

RfsgFrequencyReferenceSource  Conversion (String to RfsgFrequencyReferenceSource)

Converts the specified string to equivalent RfsgFrequencyReferenceSource object.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public static implicit operator RfsgFrequencyReferenceSource (
	string source
)
Public Shared Widening Operator CType ( 
	source As String
) As RfsgFrequencyReferenceSource

Parameters

source
Type: SystemString
Specifies the string to be converted to equivalent RfsgFrequencyReferenceSource object.

Return Value

Type: RfsgFrequencyReferenceSource
Returns an object of type RfsgFrequencyReferenceSource from the string passed in the source.

See Also

In This Section
Was this information helpful?