MultilanguageString Operators and Type Conversions |
The MultilanguageString type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(String, MultilanguageString) |
Implements the operator +.
|
![]() ![]() | Addition(MultilanguageString, MultilanguageString) |
Implements the operator +.
|
![]() ![]() | Addition(MultilanguageString, String) |
Implements the operator +.
|
![]() ![]() | Equality |
Implements the operator ==.
|
![]() ![]() | (String to MultilanguageString) |
Performs an explicit conversion from String to MultilanguageString.
|
![]() ![]() | (MultilanguageString to String) |
Performs an explicit conversion from MultilanguageString to String.
It gets only the current language string.
|
![]() ![]() | Inequality |
Implements the operator !=.
|