Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Aqueduct
Configuration
Parsers
BooleanSettingParser
C# 클래스 Aqueduct.Configuration.Parsers.BooleanSettingParser
상속:
ISettingParser
파일 보기
프로젝트 열기: aqueduct/Aqueduct.SitecoreLib
공개 메소드들
메소드
설명
CanParse
(
Type
settingType
) :
bool
Parse
(
string
raw
,
Type
settingType
) :
object
메소드 상세
CanParse()
공개
메소드
public
CanParse
(
Type
settingType
) :
bool
settingType
System.Type
리턴
bool
Parse()
공개
메소드
public
Parse
(
string
raw
,
Type
settingType
) :
object
raw
string
settingType
System.Type
리턴
object