ni-rfsg-dotnet-api-ref_doc

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

RfsgArbSampleClockSource Implicit Conversion (String to RfsgArbSampleClockSource)

RfsgArbSampleClockSource Implicit Conversion (String to RfsgArbSampleClockSource)

RfsgArbSampleClockSource  Conversion (String to RfsgArbSampleClockSource)

Converts the specified string to an equivalent RfsgArbSampleClockSource object.

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

Syntax

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

Parameters

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

Return Value

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

See Also

In This Section
Was this information helpful?