TKMP.DLLのダウンロード
ヘッダデータのエンコード処理を行ないます。
Namespace:
TKMP.Writer.Header
Assembly:
TKMP (TKMP.dll 内) バージョン: 3.1.0.0
Syntax
C# |
---|
public static string[] HeaderEncode(
string Source,
int MaxLength,
string EncodeCharset
) |
Visual Basic (Declaration) |
---|
Public Shared Function HeaderEncode ( _
Source As String, _
MaxLength As Integer, _
EncodeCharset As String _
) As String() |
Parameters
- Source
- Type: System..::.String
エンコード前のデータ文字列
- MaxLength
- Type: System..::.Int32
エンコードデータの1行の最大文字数
- EncodeCharset
- Type: System..::.String
エンコードを行なう文字コード
Return Value
エンコードされた文字列
See Also