[This is preliminary documentation and is subject to change.]

The StringUtils type exposes the following members.

Methods

  NameDescription
ContainsWhiteSpace
Determines whether the string contains white space.
CreateStringWriter
EnsureEndsWith
Ensures the target string ends with the specified string.
ForgivingCaseSensitiveFind<(Of <(TSource>)>)
FormatWith
GetLength
IfNotNullOrEmpty
Perform an action if the string is not null or empty.
IndentOverloaded.
IsNullOrEmptyOrWhiteSpace
IsWhiteSpace
Determines whether the string is all white space. Empty string will return false.
NullEmptyString
Nulls an empty string.
NumberLines
Numbers the lines.
ReplaceNewLines
ToCharAsUnicode
TruncateOverloaded.
WriteCharAsUnicode

Fields

  NameDescription
CarriageReturn
CarriageReturnLineFeed
Empty
LineFeed
Tab

See Also

StringUtils Class
Facebook.Json.Utilities Namespace