共用方式為


XmlSerializationReader.CollapseWhitespace(String) 方法

定義

從指定字串的開頭和結尾移除所有出現的空白字元。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

protected:
 System::String ^ CollapseWhitespace(System::String ^ value);
protected string? CollapseWhitespace (string? value);
protected string CollapseWhitespace (string value);
member this.CollapseWhitespace : string -> string
Protected Function CollapseWhitespace (value As String) As String

參數

value
String

空白字元會被修剪的字串。

傳回

String

修剪後的字串。

備註

的受保護成員 XmlSerializationReader 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。

適用於