OPC Labs Base Library
ToString_2 Implemented Property
OpcLabs_BaseLib ActiveX DLL > StructuredDataType Collection > DataType Interface : ToString_2 Implemented Property

Description
Formats the value of the current instance using the specified format.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Property type
Read-only property
Syntax
Visual Basic
Public Property ToString_2( _
   ByVal format As String, _
   ByVal formatProvider As IFormatProvider _
) As String
Parameters
format

formatProvider

Return Type

See ToString in .NET Reference.

Remarks

For remarks, see ToString in .NET Reference.

Example

For examples, see ToString in .NET Reference.

See Also

StructuredDataType Collection  | DataType Interface