Spread Windows Forms 15.0
FarPoint.Excel Assembly / Microsoft.Xml.Serialization.GeneratedAssembly Namespace / XmlTextReaderExtend Class / GetCharUsedCount Method


In This Topic
    GetCharUsedCount Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetCharUsedCount( _
       ByVal impl As Object _
    ) As Integer
    'Usage
     
    
    Dim impl As Object
    Dim value As Integer
     
    value = XmlTextReaderExtend.GetCharUsedCount(impl)
    public static int GetCharUsedCount( 
       object impl
    )

    Parameters

    impl
    See Also