Edit

Share via


ValueString.ToArray Method

Definition

Copies the contents of this string into a new array.

public char[] ToArray ();
member this.ToArray : unit -> char[]
Public Function ToArray () As Char()

Returns

Char[]

An array containing the contents of this string.

Applies to