SpfRecordTryParse Method
Tries to parse the textual representation of a SPF string
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 SpfRecord?? value
)
Public Shared Function TryParse (
s As String,
<OutAttribute> ByRef value As SpfRecord
) As Boolean
public:
static bool TryParse(
String^ s,
[OutAttribute] SpfRecord^% value
)
static member TryParse :
s : string *
value : SpfRecord byref -> bool
- s String
- Textual representation to check
- value SpfRecord
- Parsed spf record in case of successful parsing
Boolean true in case of successful parsing