String.Empty
String.Empty
String.Empty
String.Empty
Field
정의
빈 문자열을 나타냅니다.Represents the empty string. 이 필드는 읽기 전용입니다.This field is read-only.
public: static initonly System::String ^ Empty;
public static readonly string Empty;
staticval mutable Empty : string
Public Shared ReadOnly Empty As String
필드 값
설명
이 필드의 값 길이가 0 인 문자열인 ""입니다.The value of this field is the zero-length string, "".
애플리케이션 코드에서이 필드는 가장 일반적으로 할당에 문자열 변수를 빈 문자열로 초기화에 사용 됩니다.In application code, this field is most commonly used in assignments to initialize a string variable to an empty string. 문자열의 값이 있는지 여부를 테스트할 null
또는 String.Empty를 사용 하 여를 IsNullOrEmpty 메서드.To test whether the value of a string is either null
or String.Empty, use the IsNullOrEmpty method.
적용 대상
추가 정보
피드백
여러분의 의견을 듣고 싶습니다. 제공하려는 유형을 선택하세요.
피드백 시스템은 GitHub 문제를 기반으로 구축되었습니다. 블로그에서 자세히 알아보세요.
피드백 로드 중...