예제 #1
0
 internal static string EncodeBorderPos(BorderPositions pos)
 {
     return(pos.ToString().ToLower());
 }