SymbolExtensions.GetString(SymbolRegular) method¶
Defined in
Type: SymbolExtensions
Namespace: CrissCross.Avalonia.UI.Extensions
Assembly: CrissCross.Avalonia.UI.dll
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471
Overloads¶
- 1.
public static string GetString(this SymbolRegular symbol) - 2.
public static string GetString(this SymbolFilled symbol)
1. Overload¶
public static string GetString(this SymbolRegular symbol)
Summary: Converts the SymbolRegular to its Unicode string representation.
Parameters
| Name | Type | Description |
|---|---|---|
symbol | [SymbolRegular](# | The symbol. |
Returns: string -- The Unicode string representation of the symbol.
2. Overload¶
public static string GetString(this SymbolFilled symbol)
Summary: Converts the SymbolFilled to its Unicode string representation.
Parameters
| Name | Type | Description |
|---|---|---|
symbol | [SymbolFilled](# | The symbol. |
Returns: string -- The Unicode string representation of the symbol.