GetString
GetString()
BaseEncodeType のインスタンスを同等の文字列表現に変換します. 文字列形式は次のとおりです: “Index:0; Name:Codabar”.
public string GetString()
戻り値
エンコード タイプの完全な値を表す文字列
関連項目
- class BaseEncodeType
- 名前空間 Aspose.BarCode.Generation
- 組み立て Aspose.BarCode
GetString(BaseEncodeType)
BaseEncodeType のインスタンスを同等の文字列表現に変換します。 文字列の形式は次のとおりです: “Index:-1; Name:None”.
public static string GetString(BaseEncodeType instance)
パラメータ | タイプ | 説明 |
---|---|---|
instance | BaseEncodeType | 変換する BaseEncodeType インスタンス |
戻り値
指定されたエンコード タイプの完全な値を表す文字列
関連項目
- class BaseEncodeType
- 名前空間 Aspose.BarCode.Generation
- 組み立て Aspose.BarCode