Click or drag to resize
SAMAlignedSequenceSetPreValidatedRName Method
Sets the RName using a name that has already been validated as valid, and so does not need to be checked against the regular expression.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void SetPreValidatedRName(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Bio.IO.SAM.SAMAlignedSequence.SetPreValidatedRName(System.String)"]

See Also