StringConverters Class
Provides a set of useful IValueConverters for working with string values.
Definition
Namespace: Avalonia.Data.Converters
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class StringConverters
Public NotInheritable Class StringConverters
[<AbstractClassAttribute>]
[<SealedAttribute>]
type StringConverters = class end
Inheritance | Object → StringConverters |
Fields
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. |