編集

次の方法で共有


ValueString.ToString Method

Definition

Allocates a String containing the same characters as this string.

public override string ToString();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

An allocated String containing the same characters as this string.

Applies to