System._Proxy.ReadFString C# (CSharp) Méthode

ReadFString() public static méthode

Read a Fixed-Length string from the stream
public static ReadFString ( this binaryReader, Int32 stringLength ) : String
binaryReader this
stringLength Int32 Size of the String
Résultat String
        public static String ReadFString(this BinaryReader binaryReader, Int32 stringLength)
        {
            return DDRIT.ReadFString(binaryReader, stringLength);
        }