I have a VB .Net program that has:
Public Property DecryptedText() As String
Get
DecryptedText = Trim(prpDecryptedText)
End Get
Set(ByVal Value As String)
prpDecryptedText = Trim(Value)
End Set
End...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.