AmsNetId.ToString Method (String, IFormatProvider)

Returns a String that represents this instance.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public string ToString(
    string format,
    IFormatProvider formatProvider
)

VB

Public Function ToString ( 
    format As String,
    formatProvider As IFormatProvider
) As String

Parameters

format

Type: System.String
The format.

formatProvider

Type: System.IFormatProvider
The format provider.

Return Value

Type: String
A String that represents this instance.

Exceptions

Exception

Condition

FormatException

Remarks

Formatting

Description

g

Standard formatting

x

Formatting as Hexadecimal (small letters)

X

Formatting as Hexadecimal (big letters)

Reference

AmsNetId Class

ToString Overload

TwinCAT.Ads Namespace