BaseEncodeType.GetString

GetString()

Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: “Index:0; Name:Codabar”.

public string GetString()

Return Value

A string representing the complete value of the encode type

See Also


GetString(BaseEncodeType)

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

public static string GetString(BaseEncodeType instance)
ParameterTypeDescription
instanceBaseEncodeTypeThe BaseEncodeType instance to convert

Return Value

A string representing the complete value of the given encode type

See Also