Converts the value of a ANSI character to it's Unicode equivalent using the specified culture information.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Shared Function FromAnsi( _
   ByVal  As System.Char, _
   ByVal  As System.Globalization.CultureInfo _
) As System.Char
             
        
            
            public static System.char FromAnsi( 
   System.char ,
   System.Globalization.CultureInfo 
)
             
        
             
        
            パラメータ
- c
 
- An ANSI character.
 - culture
 
- A CultureInfo object. If a null reference is passed, the current culture is assumed.
 
            
            戻り値の型
An Unicode character equivalent of c using the specified culture.