EnvelopeVersion.ToString 方法
定义
获取表示当前信封版本的字符串。Gets a string that represents the current envelope version.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
当前版本的信封的字符串表示形式。The string representation of the current envelope version.
示例
string toStrS12 = envS12.ToString();
Dim toStrS12 As String = envS12.ToString()
注解
此方法返回区分区域性的可读字符串。This method returns a human-readable string that is culture-sensitive.