ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc Namespace / ICCProfile Class / getIntFromString Method
string representation of an integer

In This Topic
    getIntFromString Method
    In This Topic
    Creates an int from a 4 character String
    Syntax
    'Declaration
     
    
    Public Shared Function getIntFromString( _
       ByVal fourChar As String _
    ) As Integer
    public static int getIntFromString( 
       string fourChar
    )

    Parameters

    fourChar
    string representation of an integer

    Return Value

    the integer which is denoted by the input String.
    See Also