System._Proxy.ReadCString C# (CSharp) 메소드

ReadCString() 공개 정적인 메소드

Read a NULL-Terminated string from the stream
public static ReadCString ( this binaryReader ) : String
binaryReader this
리턴 String
        public static String ReadCString(this BinaryReader binaryReader)
        {
            return DDRIT.ReadCString(binaryReader);
        }