| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As BinaryDecoder Dim fieldName As String Dim maxStringLength As Integer Dim value As String value = instance.ReadString(fieldName, maxStringLength) | |
| C# | |
|---|---|
| public string ReadString( string fieldName, int maxStringLength ) | |
Parameters
- fieldName
- maxStringLength
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    