私は次の文字列を持っています:"10222002750400447092095835"
次のように表示したい:10 2220 0275 0400 4470 9209 5835
次のことを試しましたが、結果はまったくありませんでした。
[DisplayFormat(DataFormatString = "{0:00 0000 0000 0000 0000 0000 0000}", ApplyFormatInEditMode = true)]
また
[DisplayFormat(DataFormatString = "{0:## #### #### #### #### #### ####}", ApplyFormatInEditMode = true)]
私は何が間違っているのですか?