|   | ByteRangeToString Method (String, IFormatProvider) | 
        
         
              Returns a String that represents this instance.
            
 
    Namespace: 
   Accord
    Assembly:
   Accord (in Accord.dll) Version: 3.8.0
 Syntax
Syntaxpublic string ToString(
	string format,
	IFormatProvider formatProvider
)
Public Function ToString ( 
	format As String,
	formatProvider As IFormatProvider
) As String
Parameters
- format
- Type: SystemString
 The format.
- formatProvider
- Type: SystemIFormatProvider
 The format provider.
Return Value
Type: 
String
              A 
String that represents this instance.
            
Implements
IFormattableToString(String, IFormatProvider) See Also
See Also