'宣言 Public Shared Function ScriptCodeToTag( _ ByVal scriptCode As ScriptCode, _ Optional ByVal useOldTags As System.Boolean _ ) As ScriptTag
public static ScriptTag ScriptCodeToTag( ScriptCode scriptCode, System.bool useOldTags )
パラメータ
- scriptCode
- A ScriptCode value to convert.
- useOldTags
- Indicates whether the following scripts should be converted to old tags: Bengali, Devanagari, Gujarati, Gurmukhi, Kannada, Malayalam, Myanmar, Odia, Tamil, Telugu.
戻り値の型
The converted ScriptTag value.