Esempio n. 1
0
 public static bool IsLeadByte(byte bt, DbcsLeadBits codePageMask)
 {
     return(codePageMask != (DbcsLeadBits)0 && ParseSupport.IsLeadByteEx(bt, codePageMask));
 }