AmsNetId.ToString Method (String, IFormatProvider)

Returns a String that represents this instance.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public string ToString(
    string? format,
    IFormatProvider? formatProvider
)

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