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  | 
| 
                   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)  |