String::String Constructor

0 out of 1 rated this helpful - Rate this topic

Initializes a new instance of the String class.


    String();

    String(
      char16* s
    )

    String(
      char16* s, 
      unsigned int n
    )
s

A series of wide characters that initialize the string.

n

A number that specifies the length of the string.

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform

Metadata: vccorlib.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.