|
| static RichString | Rich (LocalizedString str, Func< string, string >? postProcess=null) |
| |
| static RichString | Plain (LocalizedString str) |
| |
| static implicit | operator LocalizedString (RichString richStr) |
| |
| static implicit | operator RichString (LocalizedString lStr) |
| |
| static implicit | operator RichString (string str) |
| |
| static bool | operator== (RichString? a, RichString? b) |
| |
| static bool | operator!= (RichString? a, RichString? b) |
| |
| static bool | operator== (RichString? a, LocalizedString? b) |
| |
| static bool | operator!= (RichString? a, LocalizedString? b) |
| |
| static bool | operator== (LocalizedString? a, RichString? b) |
| |
| static bool | operator!= (LocalizedString? a, RichString? b) |
| |
| static bool | operator== (RichString? a, string? b) |
| |
| static bool | operator!= (RichString? a, string? b) |
| |
| static bool | operator== (string? a, RichString? b) |
| |
| static bool | operator!= (string? a, RichString? b) |
| |
Definition at line 8 of file RichString.cs.
◆ CaseTiedToFontAndStyle()
◆ Contains() [1/2]
| bool Barotrauma.RichString.Contains |
( |
char |
chr, |
|
|
StringComparison |
stringComparison = StringComparison.Ordinal |
|
) |
| |
◆ Contains() [2/2]
| bool Barotrauma.RichString.Contains |
( |
string |
str, |
|
|
StringComparison |
stringComparison = StringComparison.Ordinal |
|
) |
| |
◆ MustRetrieveValue()
| virtual bool Barotrauma.RichString.MustRetrieveValue |
( |
| ) |
|
|
protectedvirtual |
◆ operator LocalizedString()
◆ operator RichString() [1/2]
◆ operator RichString() [2/2]
| static implicit Barotrauma.RichString.operator RichString |
( |
string |
str | ) |
|
|
static |
◆ operator!=() [1/5]
◆ operator!=() [2/5]
◆ operator!=() [3/5]
◆ operator!=() [4/5]
| static bool Barotrauma.RichString.operator!= |
( |
RichString? |
a, |
|
|
string? |
b |
|
) |
| |
|
static |
◆ operator!=() [5/5]
| static bool Barotrauma.RichString.operator!= |
( |
string? |
a, |
|
|
RichString? |
b |
|
) |
| |
|
static |
◆ operator==() [1/5]
◆ operator==() [2/5]
◆ operator==() [3/5]
◆ operator==() [4/5]
| static bool Barotrauma.RichString.operator== |
( |
RichString? |
a, |
|
|
string? |
b |
|
) |
| |
|
static |
◆ operator==() [5/5]
| static bool Barotrauma.RichString.operator== |
( |
string? |
a, |
|
|
RichString? |
b |
|
) |
| |
|
static |
◆ Plain()
◆ Replace()
| RichString Barotrauma.RichString.Replace |
( |
string |
from, |
|
|
string |
to, |
|
|
StringComparison |
stringComparison = StringComparison.Ordinal |
|
) |
| |
◆ RetrieveValue()
| void Barotrauma.RichString.RetrieveValue |
( |
| ) |
|
◆ Rich()
◆ ToLower()
◆ ToString()
| override string Barotrauma.RichString.ToString |
( |
| ) |
|
◆ ToUpper()
◆ cachedSanitizedValue
| string Barotrauma.RichString.cachedSanitizedValue = "" |
|
protected |
◆ language
◆ loaded
| bool Barotrauma.RichString.loaded = false |
|
protected |
◆ SanitizedString
◆ Length
| int Barotrauma.RichString.Length |
|
get |
◆ NestedStr
◆ RichTextData
| ImmutableArray<RichTextData>? Barotrauma.RichString.RichTextData |
|
get |
◆ SanitizedValue
| string Barotrauma.RichString.SanitizedValue |
|
get |