업체측 샘플 변경

데이터의 공백 자동 변경하게 함
This commit is contained in:
chi
2022-12-18 22:17:48 +09:00
parent 3b44d192cb
commit 8813ad3289
4 changed files with 83 additions and 6 deletions

View File

@@ -64,6 +64,19 @@ Namespace My
Return CType(Me("cs"),String)
End Get
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("<?xml version=""1.0"" standalone=""yes""?>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"<DS xmlns=""http://tempuri.org/DS.xsd"">"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
" {data}"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"</DS>")> _
Public Property xmlformat() As String
Get
Return CType(Me("xmlformat"),String)
End Get
Set
Me("xmlformat") = value
End Set
End Property
End Class
End Namespace