Horje
check if a string is only spaces c# Code Example
check if a string is only spaces c#
if (string.IsNullOrWhiteSpace(yourString))
{
  // the string is empty or only spaces
}




Csharp

Related
c# foreach char in string Code Example c# foreach char in string Code Example
c# get enum value from string Code Example c# get enum value from string Code Example
unity key down Code Example unity key down Code Example
c# unity get name of object Code Example c# unity get name of object Code Example
C# Include Code Example C# Include Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
6