TKMP.DLLのダウンロード

ヘッダ文字列のデコード処理を行ないます

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

Syntax

C#
public static string HeaderDecode(
	string Source
)
Visual Basic (Declaration)
Public Shared Function HeaderDecode ( _
	Source As String _
) As String

Parameters

Source
Type: System..::.String
変換前の文字列

Return Value

変換された文字列

See Also