Click or drag to resize

CharactersCopy Method

Overload List
 NameDescription
Public methodCopy(Char) Copies characters from the specified source character array to this instance.
Public methodCopy(String) Copies characters from the specified source string to this instance.
Public methodCopy(Int32, Char) Copies characters from the specified source character array to this instance.
Public methodCopy(Int32, String) Copies characters from the specified source string to this instance.
Public methodCopy(Int32, Int32, Char) Copies a range of characters from the specified source character array to this instance.
Public methodCopy(Int32, Int32, String) Copies a range of characters from the specified source string to this instance.
Top
See Also