함수 is bool()

Jmnote (토론 | 기여)님의 2016년 3월 30일 (수) 18:20 판 (→‎같이 보기)


1 C#

private bool is_bool(string str)
{
  bool b;
  return bool.TryParse(str, out b);
}

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}