SenderIDRecordTryParse Method
Tries to parse the textual representation of a SenderID record
Namespace: ARSoft.Tools.Net.SpfAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public static bool TryParse(
string s,
out SenderIDRecord?? value
)
Public Shared Function TryParse (
s As String,
<OutAttribute> ByRef value As SenderIDRecord
) As Boolean
public:
static bool TryParse(
String^ s,
[OutAttribute] SenderIDRecord^% value
)
static member TryParse :
s : string *
value : SenderIDRecord byref -> bool
- s String
- Textual representation to check
- value SenderIDRecord
- Parsed SenderID record in case of successful parsing
Boolean true in case of successful parsing