CODEKILLER

알림 : [namoosystem.com] Codekiller 나무의사 빨간펜 인강, 재해위험성 검토의견서 QGIS 강의

반응형

String.Replace Test
String.Replace Test

public class Example
{
    public static void Main()
    {
        string orgin = "CodeKiller is Korean and male.";
        var replace = orgin.Replace("male", "female");
        Console.WriteLine($"The source string is <{orgin}>");
        Console.WriteLine($"The replace string is <{replace}>");
    }
}
반응형

공유하기

facebook twitter kakaoTalk kakaostory naver band