SingleDecodeType.GetString

GetString()

Converts the instance of SingleDecodeType to its equivalent string representation. The string format is: “Index:-1; Name:None”.

public string GetString()

Return Value

A string representing the complete value of the single decode type

See Also


GetString(SingleDecodeType)

Converts the instance of SingleDecodeType to its equivalent string representation. The string format is: “Index:-1; Name:None”.

public static string GetString(SingleDecodeType instance)
ParameterTypeDescription
instanceSingleDecodeTypeThe SingleDecodeType instance to convert

Return Value

A string representing the complete value of the given single decode type

See Also