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 |
|
formatProvider |
Type: System.IFormatProvider |
Exceptions
|
Exception |
Condition |
|---|---|
Remarks
|
Formatting |
Description |
|---|---|
|
g |
Standard formatting |
|
x |
Formatting as Hexadecimal (small letters) |
|
X |
Formatting as Hexadecimal (big letters) |