TKMP.DLLのダウンロード

ヘッダデータのエンコード処理を行ないます。

Namespace:  TKMP.Writer.Header
Assembly:  TKMP (TKMP.dll 内) バージョン: 3.1.0.0

Syntax

C#
public static string[] HeaderEncode(
	string Source,
	int MaxLength
)
Visual Basic (Declaration)
Public Shared Function HeaderEncode ( _
	Source As String, _
	MaxLength As Integer _
) As String()

Parameters

Source
Type: System..::.String
エンコード前のデータ文字列
MaxLength
Type: System..::.Int32
エンコードデータの1行の最大文字数

Return Value

エンコードされた文字列

See Also