ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgSignalIdentifier Implicit Conversion (RfsgSignalIdentifier to String)Current page
Table of Contents

RfsgSignalIdentifier Implicit Conversion (RfsgSignalIdentifier to String)

RfsgSignalIdentifier Implicit Conversion (RfsgSignalIdentifier to String)

RfsgSignalIdentifier  Conversion (RfsgSignalIdentifier to String)

Converts the RfsgSignalIdentifier object to equivalent string.

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

Syntax

public static implicit operator string (
	RfsgSignalIdentifier signalIdentifier
)
Public Shared Widening Operator CType ( 
	signalIdentifier As RfsgSignalIdentifier
) As String

Parameters

signalIdentifier
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSignalIdentifier
Specifies the RfsgSignalIdentifier object to be converted to string.

Return Value

Type: String
Returns a string from the RfsgSignalIdentifier object.

See Also

In This Section
Was this information helpful?