Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cris
c-sharp-study
Wiki
notes
notes
· Changes
Page history
Update notes
authored
Nov 02, 2017
by
cris
Hide whitespace changes
Inline
Side-by-side
notes.md
View page @
9f1d25e6
...
...
@@ -24,3 +24,6 @@ Let's start C#!
>| decimal | | 부호있는 16바이트 실수 (반올림 오차가 없음)| System.Decimal|
>| char | | 유니코드 16비트 문자 | System.Char |
>| string | 문자열 | 유니코드 문자열 | System.String |
>**string의 +연산 내부구조**