ComponentOne Input Library for WPF
C1.WPF.Input Namespace / StopValue Class / TryFormat Method

In This Topic
    TryFormat Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function TryFormat( _
       ByVal destination As Span(Of Char), _
       ByRef charsWritten As Integer, _
       ByVal format As ReadOnlySpan(Of Char), _
       ByVal provider As IFormatProvider _
    ) As Boolean

    Parameters

    destination
    charsWritten
    format
    provider
    See Also