RfsgRFBlankingSource Implicit Conversion (String to RfsgRFBlankingSource)
- Updated2024-05-08
- 1 minute(s) read
RfsgRFBlankingSource Conversion (String to RfsgRFBlankingSource)
Convert the specified string to equivalent RfsgRFBlankingSource object.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public static implicit operator RfsgRFBlankingSource ( string source )
Public Shared Widening Operator CType ( source As String ) As RfsgRFBlankingSource
Parameters
- source
- Type: SystemString
Specifies the string to be converted to equivalent RfsgRFBlankingSource object.
Return Value
Type: RfsgRFBlankingSourceReturns an object of type RfsgRFBlankingSource from the string passed in the source.