|
XUASLocalSetDecoderGetStringValue Method
|
메타데이터 태그 항목이 문자열일 때 디코딩 값을 얻는다. 인코딩 데이터가 UTF-8 텍스트로 가정한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool GetStringValue(
int tagID,
out string value
)
Parameters
- tagID Int32
- 메타데이터 태그 번호.
- value String
- [OUT] 문자열 변환값.
Return Value
Boolean 태그 항목이 있고 문자열 데이터를 반환하면 참, 그렇지 않으면 거짓.
See Also