Exemplo n.º 1
0
        public object Convert(object value, Type targetType, object parameter, string language)
        {
            FollowCharacterType followCharacter = (FollowCharacterType)value;

            switch (followCharacter)
            {
            case FollowCharacterType.Tab:
                return(0);

            case FollowCharacterType.Space:
                return(1);

            default:
                return(2);
            }
        }
Exemplo n.º 2
0
 internal static string smethod_3(FollowCharacterType A_0)
 {
     return((string)Class791.smethod_3(hashtable_3, A_0, ""));
 }