Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sakapon authored Oct 31, 2018
1 parent 7cee957 commit 7cbd185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Char-Conversion/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ var result = "B'z".AsciiToWide();

```c#
// イスヾ 1ヵ月
var result1 = "いすゞ 1ゕ月".HiraganaToKatakana();
// ももいろくろーばーZ
var result = "ももいろクローバーZ".KatakanaToHiragana();
var result2 = "ももいろクローバーZ".KatakanaToHiragana();
```

### 半角カタカナ
Expand Down

0 comments on commit 7cbd185

Please sign in to comment.