Collection of string manipulation utilities used by the SignalR client implementation. More...
Functions | |
bool | IsEmptyOrWhitespace (const FString &InStr) |
Determines if a string is null/empty or contains only whitespace characters. | |
Collection of string manipulation utilities used by the SignalR client implementation.
bool StringUtils::IsEmptyOrWhitespace | ( | const FString & | InStr | ) |
Determines if a string is null/empty or contains only whitespace characters.
InStr | The string to check. |