バージョン

JsonFromInt メソッド

オブジェクトを JSON へシリアル化します。
シンタックス
'宣言
 
Protected Overridable Function JsonFromInt( _
   ByVal i As System.Integer _
) As System.String
protected virtual System.string JsonFromInt( 
   System.int i
)

パラメータ

i
シリアル化される int。

戻り値の型

シリアル化の結果。
参照

オンラインで表示: GitHub