LocalizedString Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LocalizedString(String) |
Creates an instance of the LocalizedString class for US-English language with LCID value 1033. |
LocalizedString(Int64, String) |
Creates an instance of the LocalizedString class. |
LocalizedString(String)
Creates an instance of the LocalizedString class for US-English language with LCID value 1033.
public:
LocalizedString(System::String ^ value);
public LocalizedString (string value);
new Microsoft.Rtc.Collaboration.Presence.LocalizedString : string -> Microsoft.Rtc.Collaboration.Presence.LocalizedString
Public Sub New (value As String)
Parameters
- value
- String
value of the string
Applies to
LocalizedString(Int64, String)
Creates an instance of the LocalizedString class.
public:
LocalizedString(long lcid, System::String ^ value);
public LocalizedString (long lcid, string value);
new Microsoft.Rtc.Collaboration.Presence.LocalizedString : int64 * string -> Microsoft.Rtc.Collaboration.Presence.LocalizedString
Public Sub New (lcid As Long, value As String)
Parameters
- lcid
- Int64
lcid for the string
- value
- String
value of the string