NI-SCOPE .NET Class Library Help

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-SCOPE .NET Class Library HelpScopeSampleClockTimebaseSource Implicit Conversion (ScopeSampleClockTimebaseSource to String)Current page
Table of Contents

ScopeSampleClockTimebaseSource Implicit Conversion (ScopeSampleClockTimebaseSource to String)

ScopeSampleClockTimebaseSource Implicit Conversion (ScopeSampleClockTimebaseSource to String)

ScopeSampleClockTimebaseSource  Conversion (ScopeSampleClockTimebaseSource to String)

Converts a ScopeSampleClockTimebaseSource object to an equivalent String.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

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

Parameters

source
Type: NationalInstruments.ModularInstruments.NIScopeScopeSampleClockTimebaseSource
Specifies the ScopeSampleClockTimebaseSource object to be converted to String.

Return Value

Type: String
Returns the String representing the ScopeSampleClockTimebaseSource object.

See Also

In This Section
Was this information helpful?