Exemplo n.º 1
0
 /// <summary>Determines whether the specified character is a space character, as
 /// defined by the ICU NativeMethods.u_isspace function.</summary>
 public static bool IsSpace(int characterCode)
 {
     return(NativeMethods.u_isspace(characterCode));
 }