StringConverters Class
Namespace: Avalonia.Data.ConvertersAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class StringConverters
Public NotInheritable Class StringConverters
[<AbstractClassAttribute>]
[<SealedAttribute>]
type StringConverters = class end
- Inheritance
- Object StringConverters
| IsNotNullOrEmpty |
A value converter that returns true if the input string is not null or empty.
|
| IsNullOrEmpty |
A value converter that returns true if the input string is null or an empty string.
|