ToIdeographDigital Method
 
            
                In This Topic
            
            Number to ideograph digital.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function ToIdeographDigital( _
   ByVal  As Integer _
) As String
             
        
            
            public static string ToIdeographDigital( 
   int 
)
             
        
             
        
            Parameters
- number
 
- The integer value.
 
            
            Return Value
The text of ideograph digital.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also