SAMAlignedSequenceHeaderSetPreValidatedRName Method |
Set the name of the reference without validating it by a regular expression, useful
when the same value is being repeatedly used.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void SetPreValidatedRName(
string rName
)
Public Sub SetPreValidatedRName (
rName As String
)
public:
void SetPreValidatedRName(
String^ rName
)
member SetPreValidatedRName :
rName : string -> unit
Parameters
- rName
- Type: SystemString
[Missing <param name="rName"/> documentation for "M:Bio.IO.SAM.SAMAlignedSequenceHeader.SetPreValidatedRName(System.String)"]
See Also