StringConverters Class

Summary

Provides a set of useful IValueConverters for working with string values.
Namespace
Avalonia.Data.Converters
Base Types
  • object
graph BT Type-->Base0["object"] Type["StringConverters"] class Type type-node

Syntax

public static class StringConverters

Fields

Name Constant Value Summary
IsNotNullOrEmpty
A value converter that returns true if the input string is not null or empty.
static
IsNullOrEmpty
A value converter that returns true if the input string is null or an empty string.
static