Dsl (Digital Simulation Library) for .Net
文字列から文字列の変換。基本的には引数の文字列をそのまま返します。 ただし、引数 st が null の場合、空文字 "" を返します。

名前空間: DslSerializer
アッセンブリー: DslSerializer (in DslSerializer.dll)

構文

C#
public static string ParseString(
	string st
)
Visual Basic
Public Shared Function ParseString ( 
	st As String
) As String
Visual C++
public:
static String^ ParseString(
	String^ st
)

Parameters

st
タイプ: System..::..String
任意の文字列

Return Value

タイプ: String
変換された文字列

参照