ni-rfsg-dotnet-api-ref_doc

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

RfsgOutputTerminal Implicit Conversion (String to RfsgOutputTerminal)

RfsgOutputTerminal Implicit Conversion (String to RfsgOutputTerminal)

RfsgOutputTerminal  Conversion (String to RfsgOutputTerminal)

Converts the specified string to equivalent RfsgOutputTerminal object.

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

Syntax

public static implicit operator RfsgOutputTerminal (
	string outputTerminal
)
Public Shared Widening Operator CType ( 
	outputTerminal As String
) As RfsgOutputTerminal

Parameters

outputTerminal
Type: SystemString
Specifies the string to be converted to equivalent RfsgOutputTerminal object.

Return Value

Type: RfsgOutputTerminal
Returns an object of type RfsgOutputTerminal from the string passed in the outputTerminal.

See Also

In This Section
Was this information helpful?