I converted it to VB.net: Private Function FormatRoman(ByVal n As Integer) As String If n = 0 Then FormatRoman = "0" : Exit Function ' there ...
確定! 回上一頁