Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IProtocolBuffer.WriteGBK Examples
Programming Language:
C# (CSharp)
Class/Type:
IProtocolBuffer
Method/Function:
WriteGBK
Examples at hotexamples.com:
1
C# (CSharp) IProtocolBuffer.WriteGBK - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IProtocolBuffer.WriteGBK
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
ReadUInt16(5)
Read(5)
ReadBCD(4)
Write(4)
WriteBCD(3)
ReadSubBuffer(2)
ReadUInt(2)
ReadASCII(1)
ReadGBK(1)
Reset(1)
SetLength(1)
ToString(1)
WriteASCII(1)
WriteGBK(1)
WriteSubBuffer(1)
WriteTag(1)
Frequently Used Methods
ReadUInt16 (5)
Read (5)
ReadBCD (4)
Write (4)
WriteBCD (3)
ReadSubBuffer (2)
ReadUInt (2)
ReadASCII (1)
ReadGBK (1)
Reset (1)
Frequently Used Methods
SetLength (1)
ToString (1)
WriteASCII (1)
WriteGBK (1)
WriteSubBuffer (1)
WriteTag (1)
Example #1
0
Show file
File:
IReadWriteHandler.cs
Project:
yupeiyong/WebProject
public override void Write(object value, IProtocolBuffer buffer) { buffer.WriteGBK((string)value); }
x