Method LimitLength
LimitLength(string?, int)
Limits the length of text to a defined length.
public static string? LimitLength(string? text, int maxLength)
Limits the length of text to a defined length.
public static string? LimitLength(string? text, int maxLength)