Esempio n. 1
0
 /// <summary>Determines whether the specified code point is a punctuation character, as
 /// defined by the ICU NativeMethods.u_ispunct function.</summary>
 public static bool IsPunct(int characterCode)
 {
     return(NativeMethods.u_ispunct(characterCode));
 }